Draws a polygon using the values in the 1-based array passed as the x and y coordinates. Odd numbered array elements are X coordinates and even numbed array elements are Y coordinates.
Syntax |
|---|
|
Graphics.FillPolygon Points() |
Parameters |
|
|---|---|
|
Points() |
|
Notes
The polygon is filled with the current ForeColor.